| Package | Description |
|---|---|
| oracle.pgx.api |
This package contains the Java APIs of PGX.
|
| oracle.pgx.api.filter |
| Modifier and Type | Method and Description |
|---|---|
<E extends Comparable<E>> |
PgxGraph.getVertices(VertexFilter filter)
Blocking version of
#getVerticesAsync(). |
<E extends Comparable<E>> |
PgxGraph.getVerticesAsync(VertexFilter filter)
Creates a new Vertex Set containing vertices according to the given filter expression.
|
| Modifier and Type | Method and Description |
|---|---|
VertexFilter |
GraphFilter.asVertexFilter()
Gets this filter object as vertex filter, if possible.
|
VertexFilter |
VertexFilter.asVertexFilter() |
Copyright © 2015. All rights reserved.